home *** CD-ROM | disk | FTP | other *** search
/ Computer Music 2004 January / Computer Music Magazine 68 2004.iso / pc / Software / MAC Software / Full Software / Free Effects Mac / Smartelectronix - Bram / Cyanide 2 OSX / readme_first.txt
Encoding:
Text File  |  2003-02-04  |  2.1 KB  |  74 lines

  1. Bram @ Smartelectronix presents Cyanide2
  2. ----------------------------------------
  3.  
  4.     If you like this plugin, please donate something at
  5.     http://www.smartelectronix.com/~bram/donate.html
  6.     ( even if it's only $5 it's appreciated!! )
  7.  
  8.     More free plugins and information at
  9.     http://www.smartelectronix.com/~bram/
  10.  
  11.  
  12. How to use the Shaper:
  13. ----------------------
  14.  
  15.     on PC:
  16.     - to add point : left click in empty space  
  17.     - to remove point : right click on point
  18.     - to move point : left click on point + drag point
  19.  
  20.     on Mac:
  21.     - to add point : click in empty space  
  22.     - to remove point : control + click on point
  23.     - to move point : click on point + drag point
  24.  
  25.  
  26. Midi-Automation:
  27. ----------------
  28.  
  29.     CC-numbers:
  30.     
  31.     73 : Pre gain
  32.     74 : Pre filter type
  33.     75 : Pre filter cutoff
  34.     76 : Post gain
  35.     77 : Post filter type
  36.     78 : Post filter cutoff
  37.     79 : Dry-wet mix
  38.  
  39.     Question : can you please add midi-automation to the 'shaper'???
  40.     Answer   : nope, sorry... I tried it, and it soaks WAY (>100%) too much CPU to automate it...
  41.  
  42.  
  43. For the technicaly-minded:
  44. --------------------------
  45.  
  46.     * everytime you tweak the 'shaper' a table gets filled with data
  47.     that is used for the waveshaping. To do this the midpoint-method
  48.     is used on the B-spline to find a numerical approximation of the height
  49.     at a given X-value.
  50.     This takes QUITE a bit CPU-time, so we can't automate it.
  51.     Bringing the table-filling into the processing-thread maxes out the CPU.
  52.     Auch :-)
  53.  
  54.     * The filters are 5th order butterworth crossovers.
  55.  
  56.     * The 16x oversampling is done with very high-quality polyphase filters.
  57.     Oversampling was increased to 16x in last build...
  58.  
  59.     * The table uses linear interpollation on a 1024-sized table.
  60.     This could be improved.
  61.  
  62.     * the GUI was made entirely with the VST GUI SDK...
  63.  
  64.  
  65. Known Issues:
  66. -------------
  67.     
  68.     - in wavelab (pc) the displays don't refresh properly when loading presets
  69.     this is a wavelab issue, as far as I'm concerned...
  70.  
  71.     - loading programs from an FXB-file in wavelab (v4.0f and lower) messes up
  72.     the names of the programs. Again, this is a wavelab issue. getProgramNameIndexed()
  73.     is implemented wrong in those versions of wavelab.
  74.